home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / Source.v0.15 / Makefile < prev    next >
Makefile  |  1995-06-12  |  2KB  |  61 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = MailEnclosure
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = appIcon.tiff
  16. DOCICONS = arrowSend.tiff
  17.  
  18. LOCAL_RESOURCES = MailEnclosure.nib credits.rtfd Help
  19.  
  20. CLASSES = Directory.m Defaults.m DocumentController.m EmacsText.m\
  21.           EnhancedApp.m EnhancedText.m FileCollection.m FileName.m\
  22.           FileShelfView.m MailMessage.m MasterController.m ModuleMgr.m\
  23.           PopUpButton.m StringStorage.m TokenString.m
  24.  
  25. HFILES = Defaults.h Directory.h DocumentController.h EmacsText.h\
  26.          EnhancedApp.h EnhancedText.h FileCollection.h FileName.h\
  27.          FileShelfView.h MailMessage.h MailSend.h MasterController.h\
  28.          ModuleMgr.h NXGets.h PopUpButton.h StringStorage.h support.h\
  29.          TokenString.h version.h
  30.  
  31. MFILES = support.m MailEnclosure_main.m
  32.  
  33. CFILES = NXGets.c
  34.  
  35. SUBPROJECTS = info.subproj send.subproj defaults.subproj
  36.  
  37. OTHERSRCS = Makefile.preamble Makefile cvs.postamble Makefile.postamble
  38.  
  39.  
  40. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  41. MAKEFILE = app.make
  42. INSTALLDIR = $(HOME)/Apps
  43. INSTALLFLAGS = -c -s -m 755
  44. SOURCEMODE = 444
  45.  
  46. ICONSECTIONS =    -sectcreate __ICON app appIcon.tiff \
  47.         -sectcreate __ICON arrowSend arrowSend.tiff
  48.  
  49. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  50. DEBUG_LIBS = $(LIBS)
  51. PROF_LIBS = $(LIBS)
  52.  
  53.  
  54. -include Makefile.preamble
  55.  
  56. include $(MAKEFILEDIR)/$(MAKEFILE)
  57.  
  58. -include Makefile.postamble
  59.  
  60. -include Makefile.dependencies
  61.